Autogenerated HTML docs for v1.7.0.2-323-g0d09
diff --git a/git-config.html b/git-config.html index 84b3020..a9a98a1 100644 --- a/git-config.html +++ b/git-config.html
@@ -1757,13 +1757,73 @@ </p> </dd> <dt> -color.grep.match +color.grep.<slot> </dt> <dd> <p> - Use customized color for matches. The value of this variable - may be specified as in color.branch.<slot>. + Use customized color for grep colorization. <tt><slot></tt> specifies which + part of the line to use the specified color, and is one of </p> +<div class="vlist"><dl> +<dt> +<tt>context</tt> +</dt> +<dd> +<p> + non-matching text in context lines (when using <tt>-A</tt>, <tt>-B</tt>, or <tt>-C</tt>) +</p> +</dd> +<dt> +<tt>filename</tt> +</dt> +<dd> +<p> + filename prefix (when not using <tt>-h</tt>) +</p> +</dd> +<dt> +<tt>function</tt> +</dt> +<dd> +<p> + function name lines (when using <tt>-p</tt>) +</p> +</dd> +<dt> +<tt>linenumber</tt> +</dt> +<dd> +<p> + line number prefix (when using <tt>-n</tt>) +</p> +</dd> +<dt> +<tt>match</tt> +</dt> +<dd> +<p> + matching text +</p> +</dd> +<dt> +<tt>selected</tt> +</dt> +<dd> +<p> + non-matching text in selected lines +</p> +</dd> +<dt> +<tt>separator</tt> +</dt> +<dd> +<p> + separators between fields on a line (<tt>:</tt>, <tt>-</tt>, and <tt>=</tt>) + and between hunks (<tt>--</tt>) +</p> +</dd> +</dl></div> +<div class="para"><p>The values of these variables may be specified as in color.branch.<slot>.</p></div> </dd> <dt> color.interactive @@ -3747,7 +3807,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2010-03-17 22:15:50 UTC +Last updated 2010-03-20 20:59:12 UTC </div> </div> </body>